home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / ARP < prev    next >
Text File  |  1991-09-18  |  2KB  |  54 lines

  1. ===                                                 NOSview [137]
  2. arp
  3. ===
  4.  
  5. _________________________________________________________________
  6. arp
  7. _________________________________________________________________
  8. Display the Address Resolution Protocol (ARP) table that maps IP
  9. addresses to their link addresses (callsigns) on networks capable
  10. of broadcasting.  For each IP address entry the network type
  11. (e.g. Ethernet, AX.25), network address and time to expiration is
  12. shown.  If the link address (callsign) is currently unknown, the
  13. number of IP datagrams awaiting resolution is also shown.
  14.  
  15.  
  16. _________________________________________________________________
  17. arp add <host> ether|ax25|netrom|arcnet
  18.                               <ether_address>|<callsign>
  19. _________________________________________________________________
  20. Add a permanent entry to the table.  It will not time out (in
  21. contrast to an automatically-created entry, which will disappear
  22. after nothing has been heard from a station for x minutes).  A
  23. permanent entry can be removed with the 'arp drop' command.
  24.  
  25. >> Examples:  arp add ns9gwa ax25 NS9GWA-5
  26.               arp add ns9liz netrom NS9LIZ-5
  27.  
  28.  
  29. _________________________________________________________________
  30. arp drop <host> ether|ax25|netrom|arcnet
  31. _________________________________________________________________
  32. Remove the specified entry from the ARP table.
  33.  
  34. >> Example:  arp drop ns9gwa ax25
  35.  
  36.  
  37. _________________________________________________________________
  38. arp flush
  39. _________________________________________________________________
  40. Drop all automatically-created entries in the ARP table.
  41.  
  42. Permanent entries are not affected.
  43.  
  44.  
  45. _________________________________________________________________
  46. arp publish <host> ether|ax25|netrom|arcnet
  47.                               <ether_address>|<callsign>
  48. _________________________________________________________________
  49. This command is similar to the 'arp add' command, but the system
  50. will also respond to any ARP request it sees on the network that
  51. seeks the specified address.  (Use this feature with great care).
  52.  
  53. >> Example:  arp publish ns9ken ax25 NS9KEN-5
  54.